home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.5)
-
- from config import platformName
- tabnames = [
- ('accounts', _('Accounts')),
- ('general_profile', _('General & Profile')),
- ('appearance', _('Skins')),
- ('contact_list', _('Buddy List')),
- ('text_conversations', _('Conversations')),
- ('files', _('File Transfers')),
- ('status', _('Status')),
- ('privacy', _('Privacy')),
- ('notifications', _('Notifications')),
- ('widgets', _('Widgets'))]
- if platformName != 'mac':
- tabnames.extend([])
-
- from gui.pref.prefsearchable import *
-
- class StringStorage(dict):
-
- def __call__(self, s):
-
- try:
- return self[s]
- except KeyError:
- return s
-
-
-
- L = locals()
- for module, nice_name in tabnames:
- strs = L[module]
- L[module] = StringStorage((lambda .0: for s in .0:
- (s, _(s)))(strs))
-
- all = dict((lambda .0: for module, nice_name in .0:
- (module, L[module]))(tabnames))
-